content(blog/events): add trip report of 2026 London summit#8840
content(blog/events): add trip report of 2026 London summit#8840legendecas wants to merge 10 commits intonodejs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit d1b4cf2. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8840 +/- ##
=======================================
Coverage 73.23% 73.23%
=======================================
Files 102 102
Lines 8623 8623
Branches 313 313
=======================================
Hits 6315 6315
Misses 2307 2307
Partials 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
Adds a new events blog post documenting the 2026 London Node.js Collaboration Summit, expanding the site’s historical archive of summit trip reports.
Changes:
- Introduces a new markdown blog post with frontmatter (date/category/title/layout/author).
- Adds a structured recap of summit sessions plus a “Thanks” section and reference links.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
joyeecheung
left a comment
There was a problem hiding this comment.
Leaving some points that I think we need to cover before this can be published. I'll see if I can re-listen to the recordings to fill them in on Monday.
|
Since the recordings are out it may be useful to add links to them for each session, though it sounds like chores that may be better handled by an AI :) |
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com> Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Michael Esteban <mickel13@gmail.com> Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com> Signed-off-by: Chengzhong Wu <legendecas@gmail.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 202f2eb. Configure here.
The youtube playlist is linked at the end of the post already. |
mcollina
left a comment
There was a problem hiding this comment.
lgtm with the details from Robin's talk sorted
|
With Robin's confirmation on #8840 (comment), I think this is ready to land. @joyeecheung @JakobJingleheimer @mikeesto @AugustinMauroy would you like taking a look again? Thanks! |
joyeecheung
left a comment
There was a problem hiding this comment.
Some final bits to fill in some context/links/next steps (otherwise readers won't know what'll happen next!)
|
@joyeecheung thanks, suggestions applied. |

Description
Validation
Related Issues
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.